dundas.licensing.ActivationResult Class

 

Inheritance Hierarchy

 
Class
   dundas.licensing.ActivationResult
 

Constructors

 
  Name Description
init Initializes the ActivationResult. Called during construction.
 
 

Properties

 
  Name Description
details Gets or sets any relevant details associated with the operation.
isSuccess Gets a value indicating whether the activation operation was successful.
statusCode Gets the status code associated with the result of the activation operation.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.